home *** CD-ROM | disk | FTP | other *** search
- ;****************************************************************************
- ; Notes on routines included with the ivp.
- ; Feel free to add new routines to this list for your own record. If you
- ; want you may distribute your new routines but you must give full credit to
- ; Admiral Bailey and the IVP.
- ;****************************************************************************
-
- Routine Name: KILL.RTN
- Note: Kills the Drives you specify.
- Parameter To Give: AL=Drive to format. 0=A:, 1=B:, 2=C: etc...
- CX=Number of sectors to format.
-
- Routine Name: REDUCE.RTN
- Note: Reduces the amount of RAM to whatever you specify.
- Parameter To Give: DX=Amount of RAM to reduce to in K.
-
- Routine Name: GUN.RTN
- Note: Makes Machine gun noises over the PC Speaker.
- Parameter To Give: CX=Number of Shots.
-
- Routine Name: BEEP.RTN
- Note: Beeps the speaker.
- Parameter To Give: CX=Number of times to beep.
-
- Routine Name: SCREWCOM.RTN
- Note: Switches the location of two com ports.
- Parameter To Give: BX=First Com Port
- SI=Second Com Port
-
- Routine Name: ROMBASIC.RTN
- Note: Drops the computer into ROM basic.
- Parameter To Give: None
-
- Routine Name: LOCK.RTN
- Note: Locks up the computer so the person will have to reboot.
- Parameter To Give: None
-
- Routine Name: PHASOR.RTN
- Note: Makes the sound of a phasor over the speaker. Alternative to Gun.
- Parameter To Give: CX=Number of times to fire.
-
- Routine Name: ERASEF.RTN
- Note: Erases a file. You must edit the file name in the .RTN file.
- Parameter To Give: DX=Location of filename.
- EX. DX,[bp+offset erasethis] or
- DX,offset erasethis.
-
- Routine Name: PRINTSCR.RTN
- Note: Will print the current screen. Annoying in school computers when in
- class and your screen with your name and all get printed.
- Parameter To Give: None.
-
-